home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_88692.txt < prev    next >
Text File  |  1989-08-22  |  7KB  |  335 lines

  1. -- background: 88692 from stack: in
  2. -- bmap block id: 88953
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.2.2 Example
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 29 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=21 top=98 right=265 bottom=122
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: item1
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   set the hilite of me to true
  37.   go cd "protocols E/2"
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 30 (button)
  43. -- low flags: 00
  44. -- high flags: 2000
  45. -- rect: left=131 top=98 right=265 bottom=232
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: item2
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   set the hilite of me to true
  57.   go cd "protocols E/4"
  58. end mouseUp
  59.  
  60.  
  61. -- part 31 (button)
  62. -- low flags: 00
  63. -- high flags: 2000
  64. -- rect: left=351 top=98 right=265 bottom=452
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: item4
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   set the hilite of me to true
  76.   go cd "protocols E/6"
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part 5 (button)
  82. -- low flags: 00
  83. -- high flags: 0000
  84. -- rect: left=443 top=5 right=72 bottom=512
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: Instant Reference
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   instantReference "1.2.2"
  96. end mouseUp
  97.  
  98.  
  99. -- part 6 (button)
  100. -- low flags: 00
  101. -- high flags: 2000
  102. -- rect: left=482 top=176 right=205 bottom=511
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 162 / 162
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: Help
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   Help
  114. end mouseUp
  115.  
  116.  
  117.  
  118. -- part 7 (button)
  119. -- low flags: 00
  120. -- high flags: 2000
  121. -- rect: left=480 top=143 right=172 bottom=511
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 1310 / 1310
  124. -- text alignment: 1
  125. -- font id: 0
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: Student Services
  130. ----- HyperTalk script -----
  131. on mousedown
  132.   SSpopUp
  133. end mousedown
  134.  
  135. on mouseup
  136.   if the mouseloc is not within the rect of me then exit to hyperCard
  137.   doSS
  138. end mouseup
  139.  
  140.  
  141.  
  142. -- part 8 (button)
  143. -- low flags: 00
  144. -- high flags: 2000
  145. -- rect: left=482 top=294 right=320 bottom=509
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 1236 / 1236
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: Last Menu
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   Lesson
  157. end mouseUp
  158.  
  159.  
  160.  
  161. -- part 9 (button)
  162. -- low flags: 00
  163. -- high flags: 2000
  164. -- rect: left=493 top=319 right=341 bottom=512
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 1237 / 1237
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: Next
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.   lock screen
  176.   go next
  177.   unlock screen with scroll left
  178. end mouseUp
  179.  
  180.  
  181. -- part 10 (button)
  182. -- low flags: 00
  183. -- high flags: 2000
  184. -- rect: left=478 top=319 right=341 bottom=498
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 1238 / 1238
  187. -- text alignment: 1
  188. -- font id: 0
  189. -- text size: 12
  190. -- style flags: 0
  191. -- line height: 16
  192. -- part name: Prev
  193. ----- HyperTalk script -----
  194. on mouseUp
  195.   lock screen
  196.   go prev
  197.   unlock screen with scroll right
  198. end mouseUp
  199.  
  200.  
  201. -- part 11 (field)
  202. -- low flags: 01
  203. -- high flags: 0000
  204. -- rect: left=16 top=38 right=67 bottom=437
  205. -- title width / last selected line: 0
  206. -- icon id / first selected line: 0 / 0
  207. -- text alignment: 0
  208. -- font id: 156
  209. -- text size: 20
  210. -- style flags: 0
  211. -- line height: 26
  212. -- part name: Subtitle
  213.  
  214.  
  215. -- part 24 (field)
  216. -- low flags: 01
  217. -- high flags: 0000
  218. -- rect: left=16 top=68 right=88 bottom=452
  219. -- title width / last selected line: 0
  220. -- icon id / first selected line: 0 / 0
  221. -- text alignment: 0
  222. -- font id: 3
  223. -- text size: 10
  224. -- style flags: 256
  225. -- line height: 15
  226. -- part name: Instruction
  227.  
  228.  
  229. -- part 25 (field)
  230. -- low flags: 01
  231. -- high flags: 0000
  232. -- rect: left=17 top=267 right=320 bottom=123
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 0 / 0
  235. -- text alignment: 0
  236. -- font id: 156
  237. -- text size: 16
  238. -- style flags: 0
  239. -- line height: 17
  240. -- part name: Caption1
  241.  
  242.  
  243. -- part 26 (field)
  244. -- low flags: 01
  245. -- high flags: 0000
  246. -- rect: left=127 top=267 right=320 bottom=233
  247. -- title width / last selected line: 0
  248. -- icon id / first selected line: 0 / 0
  249. -- text alignment: 0
  250. -- font id: 156
  251. -- text size: 16
  252. -- style flags: 0
  253. -- line height: 17
  254. -- part name: Caption2
  255.  
  256.  
  257. -- part 28 (field)
  258. -- low flags: 01
  259. -- high flags: 0000
  260. -- rect: left=237 top=267 right=320 bottom=343
  261. -- title width / last selected line: 0
  262. -- icon id / first selected line: 0 / 0
  263. -- text alignment: 0
  264. -- font id: 156
  265. -- text size: 16
  266. -- style flags: 0
  267. -- line height: 17
  268. -- part name: Caption3
  269.  
  270.  
  271. -- part 21 (field)
  272. -- low flags: 81
  273. -- high flags: 0001
  274. -- rect: left=423 top=0 right=13 bottom=466
  275. -- title width / last selected line: 0
  276. -- icon id / first selected line: 0 / 0
  277. -- text alignment: 65535
  278. -- font id: 4
  279. -- text size: 9
  280. -- style flags: 0
  281. -- line height: 12
  282. -- part name: CardTitle
  283.  
  284.  
  285. -- part 33 (button)
  286. -- low flags: 00
  287. -- high flags: 2000
  288. -- rect: left=241 top=98 right=265 bottom=342
  289. -- title width / last selected line: 0
  290. -- icon id / first selected line: 0 / 0
  291. -- text alignment: 1
  292. -- font id: 0
  293. -- text size: 12
  294. -- style flags: 0
  295. -- line height: 16
  296. -- part name: item3
  297. ----- HyperTalk script -----
  298. on mouseUp
  299.   set the hilite of me to true
  300.   go cd "protocols E/5"
  301. end mouseUp
  302.  
  303.  
  304.  
  305. -- part 34 (field)
  306. -- low flags: 01
  307. -- high flags: 0000
  308. -- rect: left=347 top=267 right=320 bottom=453
  309. -- title width / last selected line: 0
  310. -- icon id / first selected line: 0 / 0
  311. -- text alignment: 0
  312. -- font id: 156
  313. -- text size: 16
  314. -- style flags: 0
  315. -- line height: 17
  316. -- part name: Caption3
  317.  
  318.  
  319. -- part 35 (button)
  320. -- low flags: 00
  321. -- high flags: 2000
  322. -- rect: left=482 top=208 right=234 bottom=509
  323. -- title width / last selected line: 0
  324. -- icon id / first selected line: 1234 / 1234
  325. -- text alignment: 1
  326. -- font id: 0
  327. -- text size: 12
  328. -- style flags: 0
  329. -- line height: 16
  330. -- part name: Lesson
  331. ----- HyperTalk script -----
  332. on mouseUp
  333.   lesson "1.2.2"
  334. end mouseUp
  335.